home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 24
/
PC Gamer IT CD 24 2-2.iso
/
MULTIM
/
alarm10x
/
setup.exe
/
0
/
RCDATA
/
TINSTALLDLG
/
TINSTALLDLG.txt
< prev
Wrap
Text File
|
1997-07-11
|
3KB
|
165 lines
object InstallDlg: TInstallDlg
Left = 107
Top = 132
BorderStyle = bsDialog
Caption = 'Select Directory'
ClientHeight = 376
ClientWidth = 469
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object SelLabel: TLabel
Left = 158
Top = 27
Width = 149
Height = 39
Caption =
'The program will be installed in the following folder. To change' +
' this, click the Select button'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
WordWrap = True
end
object WinDirLabel: TLabel
Left = 162
Top = 90
Width = 58
Height = 13
Caption = 'WinDirLabel'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Bevel1: TBevel
Left = 8
Top = 320
Width = 457
Height = 5
Shape = bsTopLine
end
object Image1: TImage
Left = 8
Top = 20
Width = 137
Height = 289
Picture.Data = {<image000.bmp>}
end
object SuccessLabel: TLabel
Left = 228
Top = 144
Width = 157
Height = 16
Caption = 'Installation succeeded'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Visible = False
end
object OKButton: TButton
Left = 131
Top = 335
Width = 89
Height = 26
Caption = 'Install >'
Default = True
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = OKButtonClick
end
object CloseButton: TButton
Left = 231
Top = 335
Width = 89
Height = 26
Caption = '&Cancel'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = CloseButtonClick
end
object DirBox: TDirectoryListBox
Left = 158
Top = 116
Width = 151
Height = 161
Enabled = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 16
ParentFont = False
TabOrder = 2
Visible = False
OnChange = DirBoxChange
OnClick = DirBoxClick
end
object Button1: TButton
Left = 347
Top = 40
Width = 89
Height = 25
Caption = '&Select folder'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Button1Click
end
object DirEdit: TEdit
Left = 158
Top = 82
Width = 151
Height = 21
TabStop = False
AutoSelect = False
Enabled = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 4
Visible = False
OnChange = DirEditChange
end
object DriveBox: TDriveComboBox
Left = 328
Top = 82
Width = 127
Height = 19
DirList = DirBox
Enabled = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 5
Visible = False
OnChange = DriveBoxChange
end
end